As AI generates more of our code, custom PHPStan rules keep quality and coding standards in check.
It's good practice to write decoupled code. That good practice should include minimising the coupling between your test code and the code under test. This talk examines why this is important and how to achieve it.
This talk will show you how to write cleaner code with fewer bugs. And best of all you can apply them the next time you write code.
Tips on how to use static analysis tools with legacy projects
PHPStan increases code quality and reduces bugs. Learn how custom rules amplify these benefits.
The Dependency Injection Component is a key part of all Symfony applications. It helps developers write decoupled and maintainable code.
There are so many benefits from code review; lower development costs, increased code quality, quick up-skilling and on-boarding of team members. This talk shows you how to get the best out of code review.
This talks through how to do upgrade legacy codebases.
Many PHP developers would love generics. We might have to wait a while until they come along. This article shows how existing tools can give us the power of generics now (almost).
Rector is best known for code upgrades, but it can do much more. Learn how to automate repetitive tasks and enforce standards with custom rules.
This talk look at the properties of unit, integration and system tests in terms of what they test, how fast they run and how quick they are to write. Will look at how to get the most out of testing at each of these levels, how best to architect code for testing and where best to make comprises.
Type hints reduce bugs and enable safe refactoring, but PHP's type system has limits. Learn how static analysis bridges the gaps.